{
  "pools": [
    {
      "rolls": {
        "min": 4,
        "max": 8
      },
      "bonus_rolls": {
        "min": 0,
        "max": 2
      },
      "entries": [
        {
          "type": "item",
          "name": "minecraft:mushroom_stew",
          "weight": 100
        },
        {
          "type": "item",
          "name": "minecraft:beetroot_soup",
          "weight": 100
        },
        {
          "type": "item",
          "name": "minecraft:rabbit_stew",
          "weight": 70
        },
        {
          "type": "item",
          "name": "minecraft:iron_helmet",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:iron_chestplate",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:iron_leggings",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:iron_boots",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_helmet",
          "weight": 10
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_chestplate",
          "weight": 10
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_leggings",
          "weight": 10
        },
        {
          "type": "item",
          "name": "minecraft:chainmail_boots",
          "weight": 10
        },
        {
          "type": "item",
          "name": "minecraft:golden_helmet",
          "weight": 15,
          "functions": [
            {
              "function": "enchant_with_levels",
              "treasure": true,
              "levels": {
                "min": 20,
                "max": 39
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:golden_chestplate",
          "weight": 15,
          "functions": [
            {
              "function": "enchant_with_levels",
              "treasure": true,
              "levels": {
                "min": 20,
                "max": 39
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:golden_leggings",
          "weight": 15,
          "functions": [
            {
              "function": "enchant_with_levels",
              "treasure": true,
              "levels": {
                "min": 20,
                "max": 39
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:golden_boots",
          "weight": 15,
          "functions": [
            {
              "function": "enchant_with_levels",
              "treasure": true,
              "levels": {
                "min": 20,
                "max": 39
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:iron_sword",
          "weight": 5
        },
        {
          "type": "item",
          "name": "minecraft:wooden_sword",
          "weight": 15
        },
        {
          "type": "item",
          "name": "minecraft:stone_sword",
          "weight": 10
        },
        {
          "type": "item",
          "name": "minecraft:golden_sword",
          "weight": 10,
          "functions": [
            {
              "function": "enchant_with_levels",
              "treasure": true,
              "levels": {
                "min": 30,
                "max": 50
              }
            }
          ]
        },        {
          "type": "item",
          "name": "minecraft:shield",
          "weight": 5,
          "functions": [
            {
              "function": "enchant_with_levels",
              "treasure": true,
              "levels": {
                "min": 0,
                "max": 50
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:tipped_arrow",
          "weight": 30,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{Potion:\"minecraft:healing\"}"
            },
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:tipped_arrow",
          "weight": 30,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{Potion:\"minecraft:harming\"}"
            },
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:tipped_arrow",
          "weight": 30,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{Potion:\"minecraft:slowness\"}"
            },
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 10,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{Potion:\"minecraft:long_night_vision\"}"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 10,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{Potion:\"minecraft:long_water_breathing\"}"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 10,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{Potion:\"minecraft:strong_healing\"}"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 10,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{Potion:\"minecraft:strong_strength\"}"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:nether_star",
          "weight": 25,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 16
              }            },
		{
              "function": "minecraft:set_nbt",
              "tag": "{display:{Name:\"Test\"}}"
           }          ]
        }
      ]
    }
  ]
}